home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / chooseyourweapon3.swf / scripts / DefineButton2_1387 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2008-09-05  |  79 b   |  6 lines

  1. on(release){
  2.    _root.lives = 3;
  3.    gotoAndStop("controls");
  4.    play();
  5. }
  6.